-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify Date format #264
Unify Date format #264
Conversation
@gadicc The only problem im currently running into are the tests. Some test are failing for example |
I believe this would be a breaking change, as you are changing the type of something. You need to change the commit from being feat to feat!. |
Hey @RoXioTD, thanks for your quick work on this! @PythonCreator27 raises a very valid point (thanks :)). Let me think on this a little. My current thoughts are: To release in current version:
To release in next version:
Let me spend a bit more time thinking about this, and would love if anyone has any further thoughts too. |
Ideally, we shouldn't have went to 1.0 straight, but semantic release doesn't allow 0.x, so as of our current state, we should probably put this and a few other breaking changes together, and release a 2.0. |
I agree with @PythonCreator27. Following the semantic versioning this is a breaking change and should be released in a new major release. @gadicc |
Ok, all, I think we're all on the same page. Going to mark this for a v2 milestone. @RoXioTD will get back to you about the failing tests. And yes, I guess it's about time to drop the beta label... maybe after a smooth v2 release :) All in all I think the whole point of semantic-release (the automated release toolchain) is to give up getting too worried about doing a major release and make it part of the regular work flow... so i'll try ease into this pattern too 😅 |
@gadicc Any updates on this pull request? Would be cool if we maybe get this change into devel in the near future. 😁 |
Hey @RoXioTD, thanks for following up and most especially for your patience! I've been away but am slowly catching up on everything... got through a bunch of PRs and fixes over the last week with an eye to getting ready for this one. I have some time set aside for this tomorrow so let's hope for no unexpected surprises and some good news from me. And thanks again for your patience... I know that after the time and effort of familiarizing yourself with a project and contributing back, it's nice not to have a long wait for that, so... this is high up on my priorities now that I'm catching up on things. |
@gadicc Thank you very much for your quick response and your plan on working soon on this PR. Its perfectly fine for me to wait a little bit more since i dont want to "steal" your freetime to work on an open source project. 😃😃 |
This looks perfect. I'm going to look at the test issues in |
I needed to add support for a |
Right I think we're all done! If anyone takes this for a spin please report back. Otherwise this will be in the next release, which will auto-bump the major version. |
# [2.0.0](v1.14.6...v2.0.0) (2021-10-27) ### Bug Fixes * **search:** allow exchDisp? type ([80236e5](80236e5)) * **validation:** correctly handle null dates + coverage ([#264](#264)) ([68378d5](68378d5)) ### Features * **validation:** add support for "date|null" type ([#264](#264)) ([52ea8e4](52ea8e4)) * feat(quoteSummary)!: unify date format (#264) ([4cf1f62](4cf1f62)), closes [#264](#264) [#263](#263) [#263](#263) ### BREAKING CHANGES * use `date` instead of `number` for various fields. The original use of `number` was unintentional. This commit fixes that. Unfortunately the type change is a breaking change. * docs: add insiderTransaction example * docs: add insiderHolders example * docs: add netSharePurchaseActivity example * docs: add institutionOwnership example * docs: add cashflowStatementHistoryQuarterly example * docs: add fundOwnership example * docs: add incomeStatementHistory example * docs: add incomeStatementHistoryQuarterly example * docs: add indexTrend example * docs: add industryTrend example * docs: add majorDirectHolders example * docs: add majorHoldersBreakdown example * docs: add quoteType example * docs: add recommendationTrend example * docs: add sectorTrend example * docs: add fundPerformance example * docs: add fundProfile example * docs: add missing symbols in example request * docs: correct example response * docs: correct defaultKeyStatistics example * docs: align date format
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #263 .
Changes
Type
Comments/notes